SftTree/NET 2.0

PartEventArgs Constructor

Softel vdm, Inc.

Provides data for the CheckBoxClicked and RadioButtonClicked event.

Syntax      PartEventArgs Class (Softelvdm.SftTreeNET)

VB   

Public Sub New( _
     ByVal Item As ItemClass, _
     ByVal Cell As CellClass, _
     ByVal RowHeader As RowHeaderClass, _
     ByVal Part As GenericPartClass )

C#   

public PartEventArgs(
     ItemClass Item,
     CellClass Cell,
     RowHeaderClass RowHeader,
     GenericPartClass Part );

C++   

public: PartEventArgs(
     ItemClass^ Item,
     CellClass^ Cell,
     RowHeaderClass^ RowHeader,
     GenericPartClass^ Part );

Cell

The cell that owns the part.

Item

The item that owns the part.

Part

The checkbox or radiobutton part that caused the event.

RowHeader

The row header that owns the part.

Comments

The PartEventArgs constructor provides data for the CheckBoxClicked and RadioButtonClicked event.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com